projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff34124
)
a11y: Fix leak
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 12 Jan 2021 12:00:51 +0000
(12:00 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 12 Jan 2021 12:01:29 +0000
(12:01 +0000)
Introduced by me in commit
03b60a2d5e40da1b137117aba05a2c818edd09b3
.
gtk/a11y/gtkatspiroot.c
patch
|
blob
|
history
diff --git
a/gtk/a11y/gtkatspiroot.c
b/gtk/a11y/gtkatspiroot.c
index 6aa1048841f2763c228c2a1b818bcb3f7aecec5c..0b3e5044d4789e727159adaf150aeed658225de3 100644
(file)
--- a/
gtk/a11y/gtkatspiroot.c
+++ b/
gtk/a11y/gtkatspiroot.c
@@
-680,6
+680,8
@@
gtk_at_spi_root_constructed (GObject *gobject)
"/a11y",
NULL);
+ g_free (base_name);
+
/* Turn potentially invalid program names into something that can be
* used as a DBus path
*/